home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / crayola / next / Crayola.h < prev    next >
Text File  |  1993-05-22  |  233b  |  18 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Crayola:Object
  5. {
  6.     id    colorPanel;
  7.     id    currentColor;
  8.     id    modeMatrix;
  9.     id  queryPanel;
  10. }
  11.  
  12. - appDidInit:sender;
  13. - appWillTerminate:sender;
  14. - Undo:sender;
  15. - showColorPicker:sender;
  16.  
  17. @end
  18.